Welcome![Sign In][Sign Up]
Location:
Search - check VC

Search list

[Special Effectsvc-VGIS

Description: 一个多功能的微型GIS程序,足以应付图形图象或GIS方面课程设计等。具体实现放大缩小,移动查看局部,放大局部,查看全部,画线画弧线画连续线画图形多边形等等功能。-a multi-purpose micro-GIS procedures to deal with graphic images or GIS, and other aspects of curriculum design. Large concrete realization of narrow, mobile check local and enlarge the partial view all, Petersen painted lines drawn for painting lines drawn polygon graphics and so on.
Platform: | Size: 158945 | Author: Aslan | Hits:

[CommunicationVC++Studio

Description: 1.检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号<>)前面,键入快捷键“Ctrl+]”。如果括号匹配正确,光标就跳到匹配的括号处,否则光标不移动,并且机箱喇叭还会发出一声警告声。 2.查看一个宏(或变量、函数)的宏定义 把光标移动到你想知道的一个宏-1. Check whether the matching brackets moving cursor to the need to detect brackets (e.g. () brackets. square brackets [], parentheses () and Tsim brackets
Platform: | Size: 3148 | Author: 林两 | Hits:

[WinSock-NDIScrc16

Description: CRC16校验VC++程序是通讯数据校验的必需之程序-CYXLIC REDUNDANCY CHECK VC data communications procedures is the necessary calibration procedure
Platform: | Size: 8742 | Author: Michael Lee | Hits:

[Driver DevelopUSB-check

Description: vc环境下,检查与pc相连的USB外围设备的详细相关信息的驱动程序。
Platform: | Size: 41498 | Author: | Hits:

[Other resource一维信号小波分解与重构的VC++源程序

Description: 这是一个使用VC++编写的“一维信号小波分解与重构的VC++源程序”,请站长检查-It is a preparation of the VC "one-dimensional wavelet decomposition and reconstruction VC source", please check station
Platform: | Size: 161311 | Author: 赵锐 | Hits:

[Game Programvc弹球游戏

Description: 本程序是弹球游戏实验程序,故而,其各要求都应符合常见弹球游戏规则。在实验中,我们设计了两个球以增强其趣味性。玩家控制的蓝球在运动中有能量损失,碰壁后,亦有能量损失,且各壁能量损失不同,故表现为小球运动速度的变化。运行中,可用鼠标来查看得分情况及当时速度。两球相撞,小球游戏结束,显示成绩。为使玩者能清楚各类消息,状态栏中还有操作显示和时间显示。另外,鼠标的变化也增强了游戏的趣味性。-the procedure is experimental procedure pinball games, the club and its requirements should be consistent with the common pinball rules of the game. In the experiment, we designed a 2-to enhance their fun. The control of the basketball players in the campaign to have energy loss walls, some energy loss, and the wall of different energy loss, the performance of small ball velocity changes. The operation, the mouse can be used to check and then scoring rate. Twice collision, the ball game ended, results showed. For those who can clearly play various sources, there are operational status bar display and show time. In addition, the mouse changes also enhanced the game interesting.
Platform: | Size: 373143 | Author: 赵利君 | Hits:

[Firewall-Security标准VC版FTP客户端源代码

Description: 本文件进行了实施测试通过的,但如果访问不了非本机的服务器,可查看你是否启动了个人防火墙,本程序没有解决个人防火墙问题。-this document for the implementation of the test, but if not visit the non-server machines, you can check whether or not to launch a personal firewall, this procedure does not solve the problem of personal firewall.
Platform: | Size: 68725 | Author: 张无忌 | Hits:

[Graph programImageProcessing

Description: 一个实现图象的各种数字变换、滤波、编码,包括图象识别、运动检测等的完整工程源程序。 vc++ 6.0-A program that processes all kinds of data exchange,filter of waves,code ,including image identification,moving check and so on.
Platform: | Size: 278528 | Author: 云皓 | Hits:

[SourceCodeScrollBitmap_demo

Description: Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html- Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap.
Platform: | Size: 31744 | Author: 徐丽志 | Hits:

[Sniffer Package capturePacketCapturexinban

Description: 用 Winsock 2 基础服务提供者截获网络封包的示例 安装方法 ------------------------------------------- 1. 运行Release\install -install 2. Win98需要重启计算机,Win2000不需要 3. 运行dbgview.exe(本书没有附带, www.sysinternals.com),用来查看调试信息 4. 运行Release\install -remove 卸载 ------------------------------------------- [common] 存放公用源代码的目录 [InstallExe] 存放安装程序的目录 [Release] 存放编译后创建的可执行文件的目录 [TcpIpDog] 存放Winsock 2 SPI封包截获的DLL工程 [Sample] 输出的调试信息实例 [PacketCapture.dsw] VC 工作区文件-Winsock 2 based service provider network packets intercepted examples of installation method---------------------- 1. running Release \ install-install 2. Win98 need to restart the computer, not Win2000 3. running dbgview.exe (not accompanied by the book, www.sysinternals.com), used to check information for debugging 4. running Release \ install-uninstall------------------------------------------- remove [common ] storage utility source code directory [InstallExe] stored procedures for the installation of the directory [Release] storing the compiled executable file created by the directory [TcpIpDog] storage Winsock 2 SPI packets intercepted DLL works [Sample] output debug information examples [PacketCapture.dsw] VC the work area documents
Platform: | Size: 340992 | Author: 熊兵 | Hits:

[ComboBoxjianli

Description: 本程序运用了组合框,复选框等VC++常用控件。-use of this procedure portfolio box, check box, etc. VC commonly used controls.
Platform: | Size: 52224 | Author: jack | Hits:

[SMS手机短信收发源程序

Description: 这是一个采用VC++软件编写的“手机短信收发源程序”,属于通讯编程类,请站长检查-This is a VC software used to prepare the "SMS transceiver source" belongs communications programming category, please check station
Platform: | Size: 116736 | Author: 赵锐 | Hits:

[Graph Recognize一个非常典型的数字识别程序

Description: 自己编写的作业使用VC++”一个非常典型的数字识别程序“,请站长检查-My own homework writen by VC++,it is a typical program of figure recognization.Please check.
Platform: | Size: 2100224 | Author: 赵锐 | Hits:

[matlab2005.3.31VC调用M文件源代码

Description: 一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思-a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistake, sorry
Platform: | Size: 87040 | Author: 赵锐 | Hits:

[Picture ViewerGdipluspicture

Description: 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects ForthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : ForthProj.sln is document management solutions, ForthProj project management, project ForthProj.ncb database files, users ForthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code 4. compile and enforcement procedures
Platform: | Size: 282624 | Author: 朱磊 | Hits:

[Menu controlMenuA

Description: 1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:SixthProj.sln是解决方案管理文件,SixthProj是项目管理文件,SixthProj.ncb是项目数据库文件,SixthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码  通过设置WNDCLASS变量的lpszMenuName属性实现自动创建菜单操作  响应WM_COMMAND消息时处理各种菜单消息 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects SixthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : SixthProj.sln is document management solutions, SixthProj project management, project SixthProj.ncb database files, users SixthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code# 61557 Programming by setting the variable attributes lpszMenuName automatically create menu# 61557 response WM_COMMAND handle various news sources menu 4. compil
Platform: | Size: 31744 | Author: 朱磊 | Hits:

[Browser ClientURL_CHECKER

Description: 一个使用VC实现的URL检查的程序源码,功能虽然简单,但是却能够对URL的使用起到启发作用,有一定价值!-use of a VC URL source inspection procedures, functions simple, but to be able to use the URL inspired play, a certain value!
Platform: | Size: 87040 | Author: Kevin | Hits:

[GUI DevelopCustomTree

Description: 是一个 CTreeCtrl 用法的示例,给出了CTreeCtrl与Check Box 和 Radio buttown在一起的用法-CTreeCtrl is an example of usage, and given CTreeCtrl Check Box and Radio buttown together Usage
Platform: | Size: 2978816 | Author: 金鑫 | Hits:

[GUI Develop循环冗余码校验crc算法

Description: 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for the ITU G704
Platform: | Size: 1177600 | Author: 藤力 | Hits:

[GUI DevelopCheckCmb_demo

Description:  本压缩文件提供了在vc平台中开发一个混合控件例子,类似于带有树形视图和复选框的组合框-the compressed files provided vc platform in the development of a hybrid Control example, with a tree view similar to the check box and the combination box
Platform: | Size: 29696 | Author: 于清波 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net